home *** CD-ROM | disk | FTP | other *** search
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // Filename: skelext.hpp
- //
- // Description: Skeleton Visual Basic Custom Control.
- //
- // External declarations for the control.
- //
- // Date Created: <Date>
- //
- // Author: <Your Name>
- //
- // Copyright (c) <Your Company Name> 1994
- //
- // Portions of this product are based on original
- // source code from Anton Software Limited.
- //
- //////////////////////////////////////////////////////////////////////////////
-
- #ifndef SKELEXT_HPP
- #define SKELEXT_HPP
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // External Data Declarations
- //
- //////////////////////////////////////////////////////////////////////////////
-
- extern HANDLE hmodDLL;
- extern LPSTR lpstrAboutBoxParent;
- extern LPSTR lpstrMsgBoxTitle;
- extern MODELINFO NEAR modelinfoSkeleton;
- extern MODEL NEAR modelSkeleton;
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // External Function Declarations
- //
- //////////////////////////////////////////////////////////////////////////////
-
- // TO DO: If you create any general purpose supporting modules, place external
- // declarations for the non-static functions they contain in this
- // section.
-
- #endif // SKELEXT_HPP
-